Перевод: с русского на все языки

со всех языков на русский

sort by value

См. также в других словарях:

  • value added — is the risk adjusted return generated by an investment strategy: the return of the investment strategy minus the return of the benchmark. Bloomberg Financial Dictionary * * * Ⅰ. value added UK US (also value added) noun …   Financial and business terms

  • Sort (Unix) — Sort is a standard Unix command line program that prints the lines of its input or concatenation of all files listed in its argument list in sorted order. Sorting is done based on one or more sort keys extracted from each line of input. By… …   Wikipedia

  • Sort (C++) — sort is a function in C++ Standard Template Library that takes two random access iterators, the start and the end, as arguments and performs a comparison sort on the range of elements between the two iterators, front inclusive and end exclusive.… …   Wikipedia

  • Value at risk — (VaR) is a maximum tolerable loss that could occur with a given probability within a given period of time. VaR is a widely applied concept to measure and manage many types of risk, although it is most commonly used to measure and manage the… …   Wikipedia

  • sort out the wheat from the chaff — sort out/separate the ˌwheat from the ˈchaff idiom to distinguish useful or valuable people or things from ones that are not useful or have no value • We sifted through the application forms to separate the wheat from the chaff. Main entry:… …   Useful english dictionary

  • sort separate the wheat from the chaff — sort out/separate the ˌwheat from the ˈchaff idiom to distinguish useful or valuable people or things from ones that are not useful or have no value • We sifted through the application forms to separate the wheat from the chaff. Main entry:… …   Useful english dictionary

  • Sort-merge join — The Sort Merge Join (also known as Merge Join) is an example of a join algorithm and is used in the implementation of a relational database management system. The basic problem of a join algorithm is to find, for each distinct value of the join… …   Wikipedia

  • Selection sort — Infobox Algorithm class=Sorting algorithm data=Array time= О(n²) space= О(n) total, O(1) auxiliary optimal=Not usuallySelection sort is a sorting algorithm, specifically an in place comparison sort. It has O( n 2) complexity, making it… …   Wikipedia

  • Counting sort — In computer science, counting sort is an algorithm for sorting a collection of objects according to keys that are small integers; that is, it is an integer sorting algorithm. It operates by counting the number of objects that have each distinct… …   Wikipedia

  • Insertion sort — Infobox Algorithm class=Sorting algorithm data=Array time= О(n²) space= О(n) total, O(1) auxiliary optimal=Not usuallyInsertion sort is a simple sorting algorithm, a comparison sort in which the sorted array (or list) is built one entry at a time …   Wikipedia

  • Bucket sort — Bucket sort, or bin sort, is a sorting algorithm that works by partitioning an array into a number of buckets. Each bucket is then sorted individually, either using a different sorting algorithm, or by recursively applying the bucket sorting… …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»